Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.platform.local.configuration.simple--doctype

This contribution is part of XML component org.nuxeo.ecm.platform.local.configuration.simple inside nuxeo-platform-localconfiguration-simple-5.8.jar

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <facet name="SimpleConfiguration">
          <schema name="simpleconfiguration"/>
        </facet>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">

    <!-- facet to be used on documents handling simple configuration
      (list of parameters key -> value) -->
    <facet name="SimpleConfiguration">
      <schema name="simpleconfiguration"/>
    </facet>

  </extension>